ComponentOne Bitmap for UWP
IsInterfaceSupported<T>() Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > Adapter Class > IsInterfaceSupported Method : IsInterfaceSupported<T>() Method
the interface of the device version for which support is being checked.
Checks to see if a device interface for a graphics component is supported by the system.
Syntax
'Declaration
 
Public Overloads Function IsInterfaceSupported(Of T As ComObject)() As System.Boolean
public System.bool IsInterfaceSupported<T>()
where T: ComObject

Type Parameters

T
the interface of the device version for which support is being checked.

Return Value

true if the interface is supported; otherwise, false.
See Also

Reference

Adapter Class
Adapter Members
Overload List